Update include_legacy scripts with jar

main
Buddy Sandidge 2 years ago
parent 1725a711e8
commit f8d9217c8d

@ -1,2 +1,5 @@
/hellotech/
/README.md
{{ if .include_legacy }}
/dot_local/bin/duck-encoder.jar
{{ end }}

@ -1,5 +1,7 @@
{{ if .include_legacy }}
{{ if .include_legacy -}}
#!/usr/bin/env bash
java -jar $(dirname $0)/duck-encoder.jar $*
java -jar "$XDG_DATA_HOME/duck-encoder/duck-encoder.jar" $*
# vim: ft=bash
{{- end }}

@ -1,4 +1,4 @@
{{ if .include_legacy }}
{{ if .include_legacy -}}
#!/usr/bin/env perl
# Get sorted list files

@ -1,4 +1,4 @@
{{ if .include_legacy }}
{{ if .include_legacy -}}
#!/usr/bin/env python
"""
This is a program that attempts to get all the album art from amazon

@ -1,4 +1,4 @@
{{ if .include_legacy }}
{{ if .include_legacy -}}
#!/usr/bin/env python3
from functools import partial

@ -1,4 +1,4 @@
{{ if .include_legacy }}
{{ if .include_legacy -}}
#!/usr/bin/env python3
'''

@ -1,4 +1,4 @@
{{ if .include_legacy }}
{{ if .include_legacy -}}
#!/usr/bin/env python3
import os

@ -1,4 +1,4 @@
{{ if .include_legacy }}
{{ if .include_legacy -}}
#!/usr/bin/env bash
sudo systemctl start lego@toy.xbudex.com.service
scp /etc/ssl/certificates/toy.xbudex.com.crt toy.xbudex.com:AppData/Local/Syncthing/https-cert.pem

Loading…
Cancel
Save