build: standardise script filenames

This commit is contained in:
2023-04-04 09:59:25 +01:00
parent 5b53168c5f
commit 06ba21bd9d
5 changed files with 17 additions and 2 deletions

View File

@@ -1,4 +1,7 @@
#!/usr/bin/env python3
# vim: ft=python
# -*- mode: python -*-
import subprocess
import sys

View File

@@ -1,4 +1,7 @@
#!/usr/bin/env python3
# vim: ft=python
# -*- mode: python -*-
import json
import subprocess
import os

5
tools/socks.kexttool Executable file
View File

@@ -0,0 +1,5 @@
#!/usr/bin/env python3
# vim: ft=python
# -*- mode: python -*-
print('hello, world')

View File

@@ -1,4 +1,8 @@
#!/usr/bin/env python3
# vim: ft=python
# -*- mode: python -*-
import json
import os
import sys