diff options
author | siddharth <s@ricketyspace.net> | 2021-09-16 17:11:25 -0400 |
---|---|---|
committer | siddharth <s@ricketyspace.net> | 2021-09-16 17:11:25 -0400 |
commit | 1f5fd002d378cd0a3801cebf81356e7eebbe5fcb (patch) | |
tree | e5a8c24180a2e450a8ba2a3fd869ed382f5953dc | |
parent | a19a9453287a28717d5c0c6ec82e93109ad5cbe9 (diff) |
remove start
-rwxr-xr-x | start | 10 |
1 files changed, 0 insertions, 10 deletions
@@ -1,10 +0,0 @@ -#!/bin/sh -# -# SPDX-License-Identifier: CC0-1.0 - -## Heads up. This script is supposed to be run from the directory in -## which it was found. - -# start guile interactive with current directory added to the -# load-path. -guile -L . |