diff options
author | Raul Benencia <rul@kalgan.cc> | 2020-05-24 13:23:20 -0700 |
---|---|---|
committer | Raul Benencia <rul@kalgan.cc> | 2020-05-24 13:47:59 -0700 |
commit | 3589f3e66769e87831e9f31fb3493064dd3ce73e (patch) | |
tree | b8a9c5f6b85970fa393f1444613a0522c845dd4f /setup | |
parent | 3d72d2bf47ca301f1ca949eb101c8a7d0f6d88c6 (diff) |
Pave the way for bin/ in this repo
Diffstat (limited to 'setup')
-rwxr-xr-x | setup | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -1,7 +0,0 @@ -#!/bin/bash - -script=$(realpath $0) -script_dir=$(dirname $script) - -# Combine all files -$HOME/bin/pycombine -e '(setup|README.md)' $HOME $script_dir |