Skip to content

Commit 8b0523a

Browse files
committed
Added install shell script
1 parent 15e1cea commit 8b0523a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

install.sh

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
#!/bin/sh
2+
#Tool Name:- temp-folder
3+
#Author :- Rani Giro
4+
#Date :- 15/12/2023
5+
DIR="$( cd "$( dirname "$0" )" && pwd )"
6+
7+
sudo cp -r ${DIR} /usr/local/bin
8+
9+
echo 'export PATH=$PATH:/usr/local/bin/temp-folder' >> ~/.zshrc
10+
exit

0 commit comments

Comments
 (0)