diff options
author | Ben Sima <ben@bsima.me> | 2018-06-13 22:13:37 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2018-06-13 22:13:37 -0700 |
commit | e8086a4d7b66901bad192923df91276e4db14b24 (patch) | |
tree | 252fd0e7b0039ded7cab793fe229ecb111bfbc41 | |
parent | 257a165f64073a7a645cd1a6737fc79310c6bcb0 (diff) |
Remove more unused stuff
-rwxr-xr-x | install-roswell.sh | 17 | ||||
-rwxr-xr-x | liaison-startup | 3 |
2 files changed, 0 insertions, 20 deletions
diff --git a/install-roswell.sh b/install-roswell.sh deleted file mode 100755 index 40f6daa..0000000 --- a/install-roswell.sh +++ /dev/null @@ -1,17 +0,0 @@ -#!/usr/bin/env sh -# -# Dependencies: -# - libcurl (both v3 and v4 should work) : used for downloading the lisp implimentation binaries etc. -# - automake (required when building from the source) -# - developmental headers of libcurl (required when building from the source) - -set -e -set -x - -[ -d ~/cache ] && mkdir -p ~/cache -git clone -b release https://github.com/snmsts/roswell.git ~/cache/roswell -cd ~/cache/roswell -sh bootstrap -./configure -make -sudo make install diff --git a/liaison-startup b/liaison-startup deleted file mode 100755 index 4300744..0000000 --- a/liaison-startup +++ /dev/null @@ -1,3 +0,0 @@ -#!/usr/bin/env bash - -chromium --profile-directory="Profile 2" |