💾 Archived View for hajime.4teri.de › dotfiles › file › scripts › configure.sh.gmi captured on 2021-12-05 at 23:47:19. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2021-12-03)

-=-=-=-=-=-=-

configure.sh - dotfiles - Collection of my dotfiles

Log

Files

Refs

---

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