Renaming package to ShadowArch to follow /wiki/Design_Principles; improved packing; development sync to current state -- massive overhaul
This commit is contained in:
5
UserScripts/failcount
Executable file
5
UserScripts/failcount
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
/bin/bash --rcfile <(cat /etc/bashrc; echo '
|
||||
export PS1="FAILCOUNT: \$failcount ""$PS1"
|
||||
trap '\''export failcount=$(( $failcount + $? ))'\'' DEBUG
|
||||
')
|
Reference in New Issue
Block a user