diff --git a/local/bin/citrix b/local/bin/citrix deleted file mode 100755 index 3bdae4d..0000000 --- a/local/bin/citrix +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -ICAROOT="$HOME/.ICAClient/linuxx64" "$HOME/.ICAClient/linuxx64/wfica" "$@" diff --git a/local/bin/eduroam b/local/bin/eduroam deleted file mode 100755 index e7e1789..0000000 --- a/local/bin/eduroam +++ /dev/null @@ -1,19 +0,0 @@ -#!/bin/sh -sudo sv stop iwd - -conf="$(mktemp)" -trap "rm '$conf'" EXIT QUIT - -cat > "$conf" <&1 | sed 's/^/ /' - ;; - "gitlister") - if git status | grep -q behind; then - echo "$gitrepo" - fi - ;; - esac -done - -cd "$wd" diff --git a/local/bin/icetea b/local/bin/icetea deleted file mode 100755 index 5ede15e..0000000 --- a/local/bin/icetea +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/sh -base='https://tap.zeus.gent' -user='felixvdj' -token="$(pass show ugent/zeus/tap)" - -curl --header 'Accept: application/json' \ - --header 'Content-Type: application/json' \ - --header "Authorization: Token token=$token" \ - --data '{"order":{"order_items_attributes":[{"count":1,"product_id":1}]}}' \ - --location \ - "$base/users/$user/orders.json" diff --git a/local/bin/md2ufora b/local/bin/md2ufora deleted file mode 100755 index cd735b1..0000000 --- a/local/bin/md2ufora +++ /dev/null @@ -1,35 +0,0 @@ -#!/bin/sh - -pandoc -f markdown --mathml -s -t html5 "$1" | \ - sed 's/&/g;s||&|g;s/@@g ' | \ - sed 's@@@g ' | \ - sed 's@@@g ' | \ - sed 's@@@g ' | \ - sed 's@@@g ' | \ - sed 's@@@g ' | \ - sed 's@@@g ' | \ - sed 's@@@g ' | \ - sed 's@@@g ' | \ - sed 's@@@g ' | \ - sed 's@@@g ' | \ - sed 's@@@g ' | \ - sed 's@@@g ' | \ - sed 's@@@g ' | \ - sed 's@@@g ' | \ - sed 's@@@g ' | \ - sed 's@@@g ' | \ - sed 's@@@g ' | \ - sed 's@@@g ' | \ - sed 's@@@g ' | \ - sed 's@@@g ' | \ - sed 's@@@g ' | \ - sed 's@@@g ' | \ - sed 's@@@g ' | \ - sed 's@@@g ' | \ - sed 's@@@g ' | \ - sed 's@@@g ' | \ - sed 's@@@g ' | \ - sed 's@