Fumo Functionality
After Width: | Height: | Size: 1.9 MiB |
After Width: | Height: | Size: 356 KiB |
After Width: | Height: | Size: 1.5 MiB |
After Width: | Height: | Size: 1010 KiB |
After Width: | Height: | Size: 625 KiB |
After Width: | Height: | Size: 12 MiB |
After Width: | Height: | Size: 1.7 MiB |
After Width: | Height: | Size: 2.5 MiB |
After Width: | Height: | Size: 3.5 MiB |
After Width: | Height: | Size: 1.4 MiB |
@ -0,0 +1 @@
|
||||
echo "$(cp fumo/* /var/www/html/fumo)"
|
@ -0,0 +1,3 @@
|
||||
fumoFileText=$(find fumo | grep -i .gif)
|
||||
fumoFileNumbers=$(wc -l <<< "$fumoFileText")
|
||||
echo "$fumoFileNumbers" > "fumoFile"
|
@ -0,0 +1,2 @@
|
||||
fumoFileText=$(find fumo | grep -i .gif)
|
||||
echo "$fumoFileText" > "fumoFile"
|