Adding new stuff
This commit is contained in:
parent
93ceb8fa0a
commit
f84d7183aa
1580 changed files with 205558 additions and 0 deletions
BIN
.viktor/templates/.skeleton.py.un~
Normal file
BIN
.viktor/templates/.skeleton.py.un~
Normal file
Binary file not shown.
BIN
.viktor/templates/.skeleton.sh.un~
Normal file
BIN
.viktor/templates/.skeleton.sh.un~
Normal file
Binary file not shown.
6
.viktor/templates/skeleton.py
Normal file
6
.viktor/templates/skeleton.py
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
def main():
|
||||
pass
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
3
.viktor/templates/skeleton.sh
Normal file
3
.viktor/templates/skeleton.sh
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue