ref: move files to dedicated res folder
This commit is contained in:
4
res/examples/Flags/999 Python example [verbose]
Executable file
4
res/examples/Flags/999 Python example [verbose]
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/usr/bin/env python3
|
||||
print()
|
||||
print("=> 2^8 is", 2**8)
|
||||
print()
|
||||
5
res/examples/Flags/icon.svg
Normal file
5
res/examples/Flags/icon.svg
Normal file
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 8 8">
|
||||
<circle cx="4" cy="4" r="3" fill="turquoise"/>
|
||||
<rect x="3.5" width="1" height="8" fill="cyan"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 214 B |
2
res/examples/Flags/ifconfig (text editor) [txt]
Executable file
2
res/examples/Flags/ifconfig (text editor) [txt]
Executable file
@@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
ifconfig
|
||||
2
res/examples/Flags/top (updated) [verbose]
Executable file
2
res/examples/Flags/top (updated) [verbose]
Executable file
@@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
top
|
||||
Reference in New Issue
Block a user