Utils
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
if [ -f ~/.bash_profile ];
|
||||
then
|
||||
echo "bash_profile exist"
|
||||
else
|
||||
echo "make link bash_profile"
|
||||
ln -s ~/.profile ~/.bash_profile
|
||||
fi
|
||||
Reference in New Issue
Block a user