This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| -1|status|tag|no|name|duration|about | |
| 112||afx||luke vibert spiral staircase [future music competition] [afx remix]|5:05 | |
| 111||afx|19|[Slo]w early morning clissold sunrise|4:49| | |
| 110||afx|7|lsb [slo]|4:05| | |
| 109||afx|4|Red Calx[slo]|5:41| | |
| 108||Art|2|Dual Acid Ab6|4:36|94 ish, fuk knows | |
| 107||afx|5|How To Science 2 Ab6|4:51| | |
| 106||afx|4|how to science ab6|3:47| | |
| 105||afx|3|hollow alias ab6|2:14|ab6 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #! /usr/bin/env bash | |
| # Extremely rough photobooth bash script | |
| # It depends on the following: | |
| # - gPhoto2: for camera control through usb | |
| # - ImageMagick: photo-manipulation suite | |
| # - CUPS: printer driver with command-line printing utilities | |
| # - beep: for the countdown sound | |
| save_dir=./processed |