sane-scripts: set vim tags for python scripts

This commit is contained in:
Colin 2024-05-26 10:42:12 +00:00
parent 3a045f4d88
commit 8951df2e2c
3 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,6 @@
#!/usr/bin/env nix-shell
#!nix-shell -i python3 -p "python3.withPackages (ps: [ ps.requests ps.sane-lib.ssdp ])" -p miniupnpc
# vim: set filetype=python :
"""
sane-ip-check: query the IP address of this machine as seen by an external Internet host.
"""

View File

@ -1,5 +1,6 @@
#!/usr/bin/env nix-shell
#!nix-shell -i python3 -p "python3.withPackages (ps: [ ps.sane-lib.ssdp ])" -p inetutils -p miniupnpc
# vim: set filetype=python :
'''
USAGE: sane-ip-port-forward [options] [proto:port[:desc]]*

View File

@ -1,5 +1,6 @@
#!/usr/bin/env nix-shell
#!nix-shell -i python3 -p "python3.withPackages (ps: [ ps.mutagen ])"
# vim: set filetype=python :
#
# mutagen docs:
# - <https://mutagen.readthedocs.io/en/latest/>