Commit 1610fce59a2cf8f02bc9d89b6eb2b5312aad0226

Authored by Ian Foster
1 parent f74923bc7f
Exists in master

scripts link to ~/bin

Showing 4 changed files with 8 additions and 4 deletions Side-by-side Diff

... ... @@ -107,8 +107,11 @@
107 107 }
108 108  
109 109 function scripts {
110   - #DO NOTHING
111   - echo "Skipping scripts"
  110 + echo "Linking scripts"
  111 + for script in $cwd/scripts/*
  112 + do
  113 + link $script ~/bin/$(basename $script)
  114 + done
112 115 }
113 116  
114 117 function run {
scripts/awmtt View file @ 1610fce
1   -#!/bin/bash
  1 +#!/bin/env bash
2 2 # awmtt: awesomewm testing tool
3 3  
4 4 #{{{ Usage
scripts/pinhole.py View file @ 1610fce
1   -#! /usr/bin/env python
  1 +#!/usr/bin/env python
2 2 """
3 3 usage 'pinhole port host [newport]'
4 4  
scripts/touchpad.sh View file @ 1610fce
  1 +#!/usr/bin/env bash
1 2 ## Detect and configure touchpad. See 'man synclient' for more info.
2 3 if egrep -iq 'touchpad' /proc/bus/input/devices; then
3 4 synclient VertEdgeScroll=0