summaryrefslogtreecommitdiff
path: root/compile.sh
diff options
context:
space:
mode:
authorb4rkod <lllillilll@protonmail.com>2024-05-15 23:50:36 +0300
committerb4rkod <lllillilll@protonmail.com>2024-05-15 23:50:36 +0300
commit0e97f4e9e7672743bc9b04a2efa0b68d7f9bfa14 (patch)
tree49c7f49b5d04ceed2e94c3aa8945a5d2cf3dc64a /compile.sh
parent3624bc6c786a438c429615589225da9e121e42c9 (diff)
redid everything, not at the documentation stage
Diffstat (limited to 'compile.sh')
-rwxr-xr-xcompile.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/compile.sh b/compile.sh
new file mode 100755
index 0000000..51869b2
--- /dev/null
+++ b/compile.sh
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+. ~/.config/b4rcms/basics.sh
+
+for f in $(ls $ROOT/sh/pages) ; do
+ $ROOT/sh/pages/$f ;
+done
+
+copy.sh
+