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