mybin

my ~/bin
git clone https://a3nm.net/git/mybin/
Log | Files | Refs | README

commit 2e024e7793b05e3c511b5f2f6363e3f971efa3dd
parent 7eda649066dfa02a54fdae34308ee739b3c2e2c9
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Wed,  2 Sep 2015 01:02:25 +0200

josm

Diffstat:
josm | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/josm b/josm @@ -0,0 +1,5 @@ +#!/bin/bash +# run local josm + +java -jar ~/apps/josm-tested.jar +