💾 Archived View for hajime.4teri.de › dotfiles › file › scripts › configure.sh.gmi captured on 2021-12-03 at 14:04:38. Gemini links have been rewritten to link to archived content
-=-=-=-=-=-=-
configure.sh - dotfiles - Collection of my dotfiles
---
configure.sh (279B)
---
1 #! /bin/sh
2
3 pwd=$(pwd)
4
5 chosen=$(/bin/ls /home/zocki/.config/configures | rofi -dmenu)
6
7 if [ -z "$chosen" ]
8 then
9 echo "Aborting."
10 exit
11 fi
12
13 config=$(cat "/home/zocki/.config/configures/$chosen")
14
15 cd "/home/zocki/programs/$chosen" || exit
16
17 ./configure $config
18
19 cd "$pwd" || exit
generated w/ stagit-gemini