本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
註冊
登入
free
/
freedombone
關注
1
收藏
0
複製
0
程式碼
問題
0
合併請求
0
版本發佈
0
Wiki
活動
瀏覽代碼
Show the motd when exiting to the commandline from user control panel
Bob Mottram
7 年之前
父節點
f30471a0ab
當前提交
16cf1653f2
共有
1 個檔案被更改
,包括
1 行新增
和
0 行删除
統一視圖
顯示文件統計
1
0
src/freedombone-controlpanel-user
+ 1
- 0
src/freedombone-controlpanel-user
查看文件
912
clear
912
clear
913
# shellcheck disable=SC1090
913
# shellcheck disable=SC1090
914
. ~/.bashrc
914
. ~/.bashrc
915
+cat /etc/motd
915
exit 0
916
exit 0