shiftdot515

RUNTHIS

Apr 12th, 2020
430
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 11.88 KB | None | 0 0
  1. #! ${SHELL}
  2. #try
  3. #$SHELL ./RUNTHIS
  4. #or
  5. #$SHELL ~/RUNTHIS
  6. #or
  7.  
  8. #yeah,yeah, but Im not sure the the issues I was having with my rc
  9. #wasnt actually somehow compiler related---could be me--- not sure
  10. #since /var/bin/mksh is my shell w/o CFLAGS set to what I want
  11. # and no C3pio I dont want to check that now.
  12. # you glow in force, protocol droid!
  13.  
  14. #goal display
  15. # We the people are in violation of International Law
  16. # bc of  TENDER AGE SHELTERS , but still yet
  17. # the victims of the VTCONSOLE art to draw their own conclusion
  18. # there could be many
  19. # and no R2 I dont want U2 install the linux thing, not now R2
  20. # no, not if could you could change all the terminal settings
  21. # no I woulndt have to think about what that would be like if I did
  22. # BEELPBLoopp?
  23. # thats right... if I did it
  24. # BEEPBOOP
  25. # anyway, if anyone cares as I write this Im using the font
  26. # White Rabbit 20.0 pt.
  27. # and forwhatever Im not on Twitter, writing away.. hoping
  28. # somehow #BELAYTHAT would trend, so I more people could know
  29. # what I believe, that they can belay something, as a right!
  30. # but anyway, time marchs on.
  31.  
  32. [ -f ./newrc ] || print "I wont say Republican voters prefer to decieved, AGAIN!"
  33.  
  34. . ./newrc ||  . ~/newrc || . ~/.mkshrc || exit 1000
  35.  
  36. #btw @tv#tv #DailyShow Im so glad I editted you out of the picture
  37. #s/you/@tuckercarlson/g
  38. #sure, that could be why you so corruptive, fox
  39. INVISIBLE;print yay\!;NORMAL
  40.  
  41. #so thinking about things...
  42. #... and then some more
  43. #... and something about Orthangal--(no ispell, on my g3 ibook)
  44. #... and how if I made a shell, and it could handle this syntax
  45. #
  46. #run directory/browser
  47. #then cd /home
  48. #then something
  49. #then ^somethingelse
  50. #and what then clause would do, stuff the terminal input buffer w/ the strings
  51. #and of course, the tweaks..
  52. #that syntax would work only in a there clause, it would be its not orthangal
  53. #and w/ my super-ego, and pals, in my moms kitchen it I imagined
  54. #how its better explained w/ Grammar...
  55. #I #wasthinking while watching latenight w/ @sethmyers <.>
  56. #and I was really picturing how. Trump could be like mixing lol half
  57. #a seqoreul tab then have a black friend lol fill the rest of it with cocaine
  58. #--of course, between then and now I #wasthinking how
  59. #and he @realDonaldTrump WOULD B FLYING HIGH but no alchol, no never any
  60. #alchol lolol and Republicans you voted lol for him!.. sometimes twice
  61. #if you consider the primaries...lolol, oh sure, it is funny to see how
  62. #it could be all like /metaphyically/ somehow like Bill Cinton, and
  63. #Gen-X voters.
  64. #and it way it is/,just not ALL THE WAY/ boy you smucks like to decieve
  65. #yourselfs dont you.  #yeah I imagining when my superego presented itself
  66. #as someone I know, and it said something apologotic sounding, and..meh
  67. #hehtarg meh  lolololol
  68. #anyway lols/^anyway/toosoon/p
  69. #
  70. #in
  71. #
  72. #out
  73.  
  74. #molarity Trump-and-Company might not more about then you the viewer
  75. #then morality though then not you the viewer
  76. #pills are mostly starch.. not going to explain the joke anyfurther
  77.  
  78. #anyway
  79. #so somehow... OHYEAH [[--the thing about 2GLS are a better interactive
  80. #interface -- than BASIC --]]
  81. #esp, bc LISP doesnt threaten petty 3GL devs
  82. #but 4th really theatens the most petty devs the most..
  83. #since a 4th w/o an assembler (as part the of environment)
  84. # and so on
  85. #anyway I wasthinking car and cdr is the best thing to imitate
  86. # of all the things I imaged imitating when I was in the kitchen
  87.  
  88. #car merely takes the 1st element of the string, the first character
  89. # want this X=car Y
  90. # settle for what..
  91. # car X Y  
  92. # imitates prefix notation
  93.  
  94. #car(){
  95. # (( 1=${2:1:1} )) #this produces  1= : = requires lvalue
  96. #}
  97. #cdr returns the rest of the string, as a string, excludes the 1st character
  98. #so one can dispense with the fact the string is always both a list and array
  99. #simply and as quickly as possible
  100.  
  101. #cdr(){
  102. # (( 1=${2:1} ))  #this produces   1= : = requires lvalue
  103. #
  104. #}
  105. #car Y X
  106. #print $Y
  107. #Y=12345
  108. #cdr X Y
  109. #print $X
  110. ##meh seems shell already provides what I want, but can
  111. ##not only do that, but also tempts me w/new syntax
  112. #${!name}
  113. #${!name[*]}
  114. #${!name[@]}
  115.  
  116. #so when I want    car p then ${p:1:1}
  117. #and when I want X=cdr q then X=${q:1}
  118.  
  119. ##ALTSCREEN;sleep 0.8;print hello alternate screen
  120. ##sleep 2;NORMSCREEN
  121. ##print back to life ;sleep 1
  122. ##print back to reality ; sleep 2.4
  123. #not getting 2 screens to work with termal.
  124. #maybe dec never sold the car you like if you didnt buy
  125. #their word processor software package too
  126. #seems to work better at commandline, theres an impression
  127. # of multiple screens.... maybe the world would be
  128. #hellabetter if a certain karly was just a used car saleman
  129. #and specialized in G.M. woudn't touch the europe tho.
  130. ##ALTSCREEN
  131. # ended up with a clear screen and something like a 3 second delay
  132. #
  133. ##ALTSCREEN
  134. #print hello alternate screen
  135.  
  136. #meh.. yeah conservative progammer users prefer to be decieved too
  137. #fuck them!too
  138.  
  139. #guess I just copy paste the goal at this point
  140.  
  141. #goal display
  142. # We the people are in violation of International Law
  143. # bc of  TENDER AGE SHELTERS , but still yet
  144. # the viewers of the VTCONSOLE art to draw their own conclusion
  145.  
  146. FULLRESET
  147. XTERMINFO init
  148.  
  149. #so when I want    car p then ${p:1:1}
  150. #and when I want X=cdr q then X=${q:1}
  151. # CUSTUDIAL RACISM IS RACISM
  152. (( J = 1998 ))
  153. while (( J > 0))
  154. do
  155.   (( I = $RANDOM % 9 ))
  156.   CURSOR right $I ;print CUSTUDIAL RACISM IS RACISM, REPUBLICIANS
  157.   (( J = J - 1 ))
  158. done
  159. #hehheh it isnt right it's forward
  160. #ok try again
  161. SCREENTEST
  162. (( J = 9 ))
  163. while (( J > 0))
  164. do
  165.   (( I = 10 - J ))
  166.   CURSOR forward $I ;print ' CUSTUDIAL ' RACISM IS RACISM, REPUBLICIANS
  167.   (( J = J - 1 ))
  168. done
  169. (( I = 1 ))
  170. while (( I < 10 ))
  171. do
  172.      sleep 0.4
  173.      REVVID
  174.      sleep 0.6
  175.      NORMVID
  176.      (( I = I + 1 )) # make this an infinite loop by s/+/-/g
  177. done    
  178. SCROLLDOWN 10 #does nothing
  179. print x
  180. (( I = 100 ))
  181. while (( I > 0 ))
  182. do
  183.   SCROLLUP
  184.   (( I = I - 1 ))  #does nothing
  185. done
  186. print x
  187. SCROLLUP 10 #does nothing
  188. print x
  189. # like I'm going to try setting the scrollable reason before
  190. # giving up just...
  191. (( I = 100 ))
  192. CR
  193. while (( I > 0 ))
  194. do
  195.   LF
  196.   (( I = I - 1 ))
  197.   print x
  198. done
  199. TERMSIZE
  200. sleep 0.2
  201. XTERMINFO print
  202. rows=${xterm_info[8]}
  203. cols=${xterm_info[9]}  
  204. cls(){
  205.   (( I = $rows ))
  206.   while (( I > 0 ))
  207.   do
  208.     LF
  209.     (( I = I - 1 ))
  210.     sleep ${1:-0.06}
  211.   done
  212.   CURSOR #home
  213. }
  214. cls
  215. W="We, the people, are in violation of International Law."
  216. T='TENDER AGE SHELTERS'
  217. #there Nikihaley...really there is no bottom... yeah
  218. #yeah,conserva-trolls Trump could have hold ordered her...you cant tell
  219. #so I must somehow be a hyopcrite.. thing is in ancient roman philosphy
  220. # hypocrite, was in fact the friend you keep for your dad
  221. # not like i didnt have 2 years of liberal arts  in college
  222. CURSOR down $(( rows / 2 - (rows / 3 ) ))
  223. Y=" $W"
  224. X=X
  225. while [[ "$X" != '' ]];
  226. do
  227.      X=${Y:1:1} # Well.. kloodge it, Sonal.
  228.      Y=${Y:1}
  229.      echo -e "${X}\c"
  230.      sleep 0.15
  231.      if [[ "$X" == ' ' || "$X" == ',' || "$X" == '.' ]];
  232.      then
  233.        sleep 0.07
  234.      fi
  235. done
  236. # .. so now basically @myimagination, lol theres just 1 multiverse
  237. # in N-space where that 1 thing didn\'t happen
  238. sleep 2.5
  239. beep 3
  240. cls 0
  241. HIWHITE
  242. BGYELLOW
  243. REVVID
  244. PRINTDOUBLEHEIGHT "BRIGHT FART" #changethis add RYAN lol 10:40am
  245. sleep 1.5
  246. FULLRESET
  247. typeset -i i=1
  248. for M in roy g biv y ;
  249. do
  250.     raise
  251.     for C in red orange yellow green blue indigo violet
  252.     do
  253.       cls 0
  254.       CURSOR down $i;(( i = i + 1 ))
  255.       PRINTDOUBLEHEIGHT "$T"
  256.       sleep 1.1
  257.     done
  258.     lower
  259.     title "$T"
  260. done
  261. raise
  262. CURSOR style steadyblock
  263. emit(){
  264.   echo -e "${1}\c"
  265.   if (( i < 15 ))
  266.   then
  267.       sleep 0.15
  268.       return
  269.   fi
  270.   if (( i < 20 ))
  271.   then
  272.       sleep 0.1
  273.       return
  274.   fi    
  275.   sleep 0      
  276. } # I had to functionalize this or wouldn't work, syntax error C RUNTHIS.306
  277. # had issues this too until drop elif paradyme
  278. for M in roy g biv ;
  279. do
  280.     cls
  281.     raise
  282.     for C in red orange yellow green blue indigo violet
  283.     do
  284.       (( i = i + 1 ))
  285.       CURSOR down $i;
  286.       Y=" $W"
  287.       X=X
  288.       while [[ "$X" != '' ]];
  289.       do
  290.         case $C in # this mistake anyone can make might be by design
  291.                    # since the inventors of C are Bell Labs/basically
  292.                    # and also SHELL so poaching SHELL programmers
  293.                    # or the better said, an oppurtunity** to do the same
  294.           red|orangE) RED ;;
  295.               yellow) YELLOW ;;
  296.                green) GREEN  ;;
  297.                blue)  BLUE ;;
  298.               indigo) MAGENTA ;;
  299.               violet) HIBLUE ;;
  300.                    *)
  301.                    if (( i == 1 )) then
  302.                       HIRED
  303.                    elif (( i == 2 )) then
  304.                       BOLD
  305.                    else
  306.                       NORMAL
  307.                    fi
  308.                    ;;
  309.                    esac
  310. # DONT TELL ME TROLL ME WITH *ANY* SINCE THEY WONT BRING THAT CHARGE[s]
  311. # means x y z
  312. # THERE IS NO BOTTOM
  313. #  I don\'t use bools to decide wrong or right
  314. # not evil , can be
  315. # and Satan in the Bible represents when the good did nothing
  316. # no nothing at conserva-trolls
  317. # secular racists are evil too
  318. # esp. if they were raced Republican
  319.  
  320.         X=${Y:1:1} # daDAHdahdhdah
  321.         Y=${Y:1}
  322.         emit "$X"
  323.         if [[ "$X" == ' ' || "$X" == ',' || "$X" == '.' ]];
  324.             then
  325.             sleep 0.07
  326.         fi
  327.       done
  328.       if (( i > 16 && i < 23 ))
  329.       then
  330.           print $i
  331.           sleep 1.2
  332.       else
  333.           sleep 1.1      
  334.     fi                
  335.     done
  336.     raise
  337. done
  338. ##GOP CONGRESS remove the debt ceiling, C if he govern w/out it.
  339. FULLRESET
  340. i=1
  341. T="hint:AMMEND TO NULL sections X thru Y, then replace with THESE TRUTHS"
  342. G='GOP CONGRESS remove the debt ceiling, C if he can govern w/out it.'
  343. for M in roy g biv ;
  344. do
  345.     (( m = i % 2 ))
  346.     if [[ x$m==x1 ]]; then
  347.        raise
  348.     else
  349.        lower
  350.     fi
  351.     for C in red orange yellow green blue indigo violet
  352.     do
  353.       cls 0
  354.       CURSOR DOWN $i
  355.       CURSOR forward $i;(( i = i + 1 ))
  356.       PRINTDOUBLEHEIGHT "$G"
  357.     done
  358.     title "when TENDERAGE <= 3"
  359. done
  360. raise
  361. FULLRESET
  362. i=0
  363. for M in roy g biv ;
  364. do
  365.     (( m = i % 2 ))
  366.     if [[ x$m==x1 ]]; then
  367.        raise
  368.     else
  369.        lower
  370.     fi
  371.     for C in red orange yellow green blue indigo violet
  372.     do
  373.       cls 0
  374.       CURSOR down $i
  375.       CURSOR forward $i;(( i = i + 1 ))
  376.       print "$G"
  377.       sleep 0.25
  378.     done
  379.  
  380. done
  381. T="WE'VE LEFT THE FREEWORLD People!"
  382. FULLRESET
  383. i=1
  384. MODE replace
  385. (( mm = 0 ))
  386. DOUBLEWIDTHLINE
  387. for M in roy g biv
  388. do
  389.     (( m = i % 2 ))
  390.     if [[ x$m==x1 ]]; then
  391.        lower;sleep 0.2
  392.        MODE smooth
  393.     else
  394.        raise;sleep 0.2
  395.        MODE jump
  396.     fi
  397.     if [[ x$mm=x1 ]]; then
  398.        mm=2
  399.        dock;sleep 0.2
  400.     else
  401.        sleep 0.5;RAISE #macdev seriously whynot fix talkd to strip ESC or '['
  402.        mm=1 #ok ok I can cat a file somehow and mehwhatever
  403.     fi
  404.     for C in red orange yellow ;
  405.     do
  406.       CURSOR down $i
  407.       print "$T"
  408.       print ""
  409.     done
  410.     (( i = i + 1 ))
  411. done
  412. raise #but seriously
  413. print x
  414. raise #but seriously
  415. sleep 2.2
  416. print x
  417. FULLRESET
  418. SINGLEWIDTHLINE
  419. CURSOR style blinkunderline
  420. title fin
  421. bell
  422. #Sessions is charlotan he is not a christian
  423. #ROMANS is all about the transition from one Roman goverment
  424. #to another form. et'too RACIST ministers on #MSNBC
  425. #ryan
  426. #sure ryan preserve the issue until AT LEAST the midterm
  427. #this is not elegant..you do not understand the mathematical term either
  428. #for lutz read above with an ALEX P KEATON whine esp. the whiny part
  429. #so what if a few children are harmed for life,ryan.. elegant solution?!
  430. #IAOC people used to come to even in my twenties.. early to mid
  431. #to be halfway pedantic and 60%oftime say Alex 33%say Bill Gates somehow
  432. #the president wants to be the petty dictator in charge of racism lol
  433. #I mean immigation
  434. #hashtag scenekids
  435.  
  436. #THEYRtargetedforterminationandGoPDontcare!
Add Comment
Please, Sign In to add comment