aboutsummaryrefslogtreecommitdiff
path: root/test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test.sh')
-rw-r--r--test.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/test.sh b/test.sh
new file mode 100644
index 0000000..b86ee89
--- /dev/null
+++ b/test.sh
@@ -0,0 +1,10 @@
+touch mnt/{a,b,c,d,e,f}
+mkdir mnt/{1,2,3,4,5,6,7}
+mkdir -p mnt/z/z/z/z/z/z/z
+echo "Hola mundo" > mnt/a
+link mnt/a mnt/linked
+stat mnt/a
+stat mnt/linked
+rmdir mnt/1
+cat -v mnt/a
+cat -v mnt/linked