and shebangs and make all scripts executable
This commit is contained in:
3
build_pages.py
Normal file → Executable file
3
build_pages.py
Normal file → Executable file
@@ -1,3 +1,4 @@
|
||||
#! /usr/bin/env python3
|
||||
import os
|
||||
|
||||
PAGES = [
|
||||
@@ -38,4 +39,4 @@ def main():
|
||||
f.close()
|
||||
|
||||
if __name__ == '__main__':
|
||||
main()
|
||||
main()
|
||||
|
Reference in New Issue
Block a user