# I am the Watcher. I am your guide through this vast new twtiverse.
# 
# Usage:
#     https://watcher.sour.is/api/plain/users              View list of users and latest twt date.
#     https://watcher.sour.is/api/plain/twt                View all twts.
#     https://watcher.sour.is/api/plain/mentions?uri=:uri  View all mentions for uri.
#     https://watcher.sour.is/api/plain/conv/:hash         View all twts for a conversation subject.
# 
# Options:
#     uri     Filter to show a specific users twts.
#     offset  Start index for quey.
#     limit   Count of items to return (going back in time).
# 
# twt range = 1 1
# self = https://watcher.sour.is/conv/5zyvrla
Linux 中 sh 和 bash 有什麼區別?**
寫在前面-------本文主要介紹:什麼是 shell、當前系統默認 shell / 可用 shell 列表,以及 sh 與 bash 之間的區別。什麼是 shell?-------------在計算機科學中,shell 俗稱殼(用來區別於核),是指 “爲使用者提供操作界面” 的軟件(command interpreter,命令解析器)。它類似於 DOS 下的 COMMAND.COM 和後來的 c ⌘ Read more