View Single Post
Old 07-23-2018, 08:52 PM   #14
PoP
 curly᷂͓̫̙᷊̥̮̾ͯͤͭͬͦͨ ʎʌɹnɔ
PoP ought to be getting tired of karma fortunes by now.PoP ought to be getting tired of karma fortunes by now.PoP ought to be getting tired of karma fortunes by now.PoP ought to be getting tired of karma fortunes by now.PoP ought to be getting tired of karma fortunes by now.PoP ought to be getting tired of karma fortunes by now.PoP ought to be getting tired of karma fortunes by now.PoP ought to be getting tired of karma fortunes by now.PoP ought to be getting tired of karma fortunes by now.PoP ought to be getting tired of karma fortunes by now.PoP ought to be getting tired of karma fortunes by now.
 
PoP's Avatar
 
Posts: 3,018
Karma: 50506927
Join Date: Dec 2010
Location: ♁ ᴺ₄₅°₃₀' ᵂ₇₃°₃₇' ±₆₀"
Device: K3₃.₄.₃ PW3&4₅.₁₃.₃
Star-War Display

Click image for larger version

Name:	SW.sh.gif
Views:	1483
Size:	171.3 KB
ID:	165173


Spoiler:

Code:
/mnt/us/SW.sh StarWar.txt
Code:
#!/bin/sh
#
#Star War-Display-esque of a file
L1=" "
L2=" "
L3=" "
L4=" "
L6=" "
file="/mnt/us/$1"
fbink -cmp -y 10 -S 6 "THE PHANTOM MENACE"
while IFS= read -r line
do
  L6=$line
  fbink -mp -y 103 -S 1 "$L1"
  fbink -mp -y 53 -S 2 "$L2"
  fbink -mp -y 37 -S 3 "$L3"
  fbink -mp -y 29 -S 4 "$L4"
  fbink -mp -y 24 -S 5 "$L5"
  fbink -mp -y 21 -S 6 "$L6"
  usleep 1000000
  L1=$L2
  L2=$L3
  L3=$L4
  L4=$L5
  L5=$L6
done <"$file"


Try it on any file :
Attached Files
File Type: zip StarWar.zip (846 Bytes, 977 views)
PoP is offline   Reply With Quote