for/master
parent
2d0e85c8e7
commit
8db305ca74
3 changed files with 12 additions and 0 deletions
@ -0,0 +1,4 @@ |
|||||||
|
## arrow up |
||||||
|
"\e[A":history-search-backward |
||||||
|
## arrow down |
||||||
|
"\e[B":history-search-forward |
||||||
@ -0,0 +1,8 @@ |
|||||||
|
#!/bin/bash |
||||||
|
cd /data/tmp/ |
||||||
|
git clone http://127.0.0.1:3000/czoczo/BetterBash |
||||||
|
cp /data/tmp/BetterBash/getbb.sh /wwwroot/getbb.sh |
||||||
|
tar -czvf betterbash-latest.tar.gz -C /data/tmp/BetterBash/ . --exclude=".git" --exclude="README.md --exclude="getbb.sh"" |
||||||
|
rm -rf /data/tmp/BetterShell |
||||||
|
rm /wwwroot/betterbash-latest.tar.gz |
||||||
|
mv betterbash-latest.tar.gz /wwwroot/betterbash-latest.tar.gz |
||||||
Loading…
Reference in new issue