4 lines
205 B
Bash
4 lines
205 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
nix-shell -p python37Packages.feedgen -p python37 --run "python ../../dl/gemfeed/gemfeed.py -b gemini://cetacean.club/journal/ -e cadey@firemail.css -a 'Cadey Alicia Ratio' -t 'Flight Journal'"
|