systemd files from apk7-ubuntu
This commit is contained in:
7
install-bin.sh
Executable file
7
install-bin.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
[ -d ${HOME}/bin ]
|
||||
mkdir ${HOME}/bin
|
||||
for f in $(ls bin/* --color=no) ; do ln -s $f ${HOME}/${f%.sh}; done
|
||||
|
||||
exit 0
|
||||
Reference in New Issue
Block a user