diff options
author | justanothercatgirl <sotov2070@gmail.com> | 2024-03-10 20:38:25 +0300 |
---|---|---|
committer | justanothercatgirl <sotov2070@gmail.com> | 2024-03-10 20:57:57 +0300 |
commit | dad11ba32a578ddc6f156201a2bc03af6d20ee5f (patch) | |
tree | e5d8c838e71bffe8994e988a71a004c10f40dc0a /.cursed_bash.sh | |
parent | b99a645e1a877fc31ab84d0b7f848dcaa049a51c (diff) |
added systemwide files to .root directory
For more information, check .root/README.md
Diffstat (limited to '.cursed_bash.sh')
-rw-r--r-- | .cursed_bash.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.cursed_bash.sh b/.cursed_bash.sh index 9ceaee6..55a7c38 100644 --- a/.cursed_bash.sh +++ b/.cursed_bash.sh @@ -1,4 +1,12 @@ +function tgtrans() { + true #TODO +} + +function tgsolid() { + true #TODO +} + function cut_dots { read arg echo $arg | awk "{ if (length > $1) print substr(\$0,1,$(($1 - 2)))\"..$2\"; else if (length > 1) print \$0\"$2\"; else print; }" |