summaryrefslogtreecommitdiff
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
commit8a867b23728e63ca774291a026633d4b6bbf8cf1 (patch)
tree1101049f69b37f6278cd1127b3c9b1c5ce0d4364
parent1a48b0fbb863e2867e916a2f7e513c48a8fad8f8 (diff)
add tcsh
-rwxr-xr-xsrc/tcsh/setup.sh6
m---------src/tcsh/tcsh0
2 files changed, 6 insertions, 0 deletions
diff --git a/src/tcsh/setup.sh b/src/tcsh/setup.sh
new file mode 100755
index 0000000..f96e30d
--- /dev/null
+++ b/src/tcsh/setup.sh
@@ -0,0 +1,6 @@
+#!/bin/bash
+
+cd tcsh
+./configure --prefix=${HOME}/.local
+make
+make install
diff --git a/src/tcsh/tcsh b/src/tcsh/tcsh
new file mode 160000
+Subproject 626e47612a42d769d6082eef4f43fafd0da84d8