about summary refs log tree commit diff stats
path: root/utils/ftc
diff options
context:
space:
mode:
Diffstat (limited to 'utils/ftc')
-rwxr-xr-xutils/ftc6
1 files changed, 6 insertions, 0 deletions
diff --git a/utils/ftc b/utils/ftc
new file mode 100755
index 0000000..132c41d
--- /dev/null
+++ b/utils/ftc
@@ -0,0 +1,6 @@
+#!/bin/bash
+
+#ftc -> full tcoin check
+
+
+/usr/bin/diff <(/bin/ls /home/login/tcoin/*.txt | /usr/bin/xargs -n 1 /bin/cat) <(/bin/ls /home/login/tcoin/messages/* | /usr/bin/xargs -n 1 /home/login/bin/mstss)