summaryrefslogtreecommitdiff
path: root/tree
diff options
context:
space:
mode:
authorThomas Ulmer <thomasmulmer02@gmail.com>2026-03-01 11:24:59 -0800
committerThomas Ulmer <thomasmulmer02@gmail.com>2026-03-01 11:24:59 -0800
commit894fda658b03006fb42bd97d6ba710796e7893a9 (patch)
treec130443ca8f1ee71f5e463bc5285a68753c4267b /tree
parenta503e8f902a521932d695a8bd3220d14b63bdc06 (diff)
add tcsh
Diffstat (limited to 'tree')
-rwxr-xr-xtree/src/tcsh/setup.sh6
m---------tree/src/tcsh/tcsh0
2 files changed, 6 insertions, 0 deletions
diff --git a/tree/src/tcsh/setup.sh b/tree/src/tcsh/setup.sh
new file mode 100755
index 0000000..f96e30d
--- /dev/null
+++ b/tree/src/tcsh/setup.sh
@@ -0,0 +1,6 @@
+#!/bin/bash
+
+cd tcsh
+./configure --prefix=${HOME}/.local
+make
+make install
diff --git a/tree/src/tcsh/tcsh b/tree/src/tcsh/tcsh
new file mode 160000
+Subproject 626e47612a42d769d6082eef4f43fafd0da84d8