summaryrefslogtreecommitdiffstats
path: root/.cursed_bash.sh
diff options
context:
space:
mode:
Diffstat (limited to '.cursed_bash.sh')
-rw-r--r--.cursed_bash.sh8
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; }"