bump to version 0.99.18

This commit is contained in:
fatalerrors
2022-06-24 17:52:17 +02:00
parent e8c6f46572
commit da37fd3bae
52 changed files with 1268 additions and 435 deletions

View File

@@ -1,2 +1,5 @@
# Very simple bash RC for interactive script debugging
export HISTSIZE=5000
export HISTIGNORE="&:[bf]g:exit"
PS1='(init.sh) \u@\h:\w\$ '