diff options
| author | Thomas Ulmer <thomasmulmer02@gmail.com> | 2026-06-14 08:59:25 -0700 |
|---|---|---|
| committer | Thomas Ulmer <thomasmulmer02@gmail.com> | 2026-06-14 08:59:25 -0700 |
| commit | 3376b6420d3b6cc965890e46e7bbd06fbc9fd037 (patch) | |
| tree | 67b59ce0f9ba016db62067a081c0535d064d2a3f /unfinished/tcsh/setup.sh | |
| parent | d533343af750dcfda2321f33953b66396e767f10 (diff) | |
layout reorg
Diffstat (limited to 'unfinished/tcsh/setup.sh')
| -rwxr-xr-x | unfinished/tcsh/setup.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/unfinished/tcsh/setup.sh b/unfinished/tcsh/setup.sh new file mode 100755 index 0000000..f96e30d --- /dev/null +++ b/unfinished/tcsh/setup.sh @@ -0,0 +1,6 @@ +#!/bin/bash + +cd tcsh +./configure --prefix=${HOME}/.local +make +make install |
