• R/O
  • SSH
  • HTTPS

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

File Info

Rev. 1
크기 165 bytes
Time 2022-05-18 22:59:50
Author zmatsuo
Log Message

Content

#!/bin/sh

printf "\033[2J"

for i in $(seq 9); do
	printf "\033[${i};${i}Hあいうえおかきくけこ"
done

printf '\033[2*x\033[1;7;9;22;7$r\033[0*x\033[7t\n'