This website works better with JavaScript
홈
탐색
도움말
로그인
RISCI_ATOM
/
harvey
의 미러
https://github.com/Harvey-OS/harvey.git
Watch
1
Star
0
포크
0
파일
이슈
0
위키
트리:
c6436a1bb1
브랜치
태그
GPL-C11
NxM
auto-docs
coverity_scan
devcontainers
geoff
main
ntb
revert-1136-hgo2
sevki-patch-1
9legacy
latest
refs/pull/923/merge
harvey
/
rc
/
bin
/
tinyurl
tinyurl
95 B
히스토리
Raw
1
2
3
4
5
6
#!/bin/rc
# tinyurl url
for (url) {
hget http://tinyurl.com/api-create.php?url'='$url
echo
}