无标题 (Plain text) | 2021-01-19 22:43 | |
sftp -vvv bolanbujing@storage.osdn.net:/storage/groups/r/re/resuse | ||
blog of ssh (Plain text) | 2021-01-19 22:42 | |
ssh -vvv bolanbujing@shell.osdn.net | ||
无标题 (Lua) | 2020-01-27 22:17 | |
#!/usr/bin/lua print('Please install git before using this lua file!') os.execute('rm pkgbuild.list && *.spec') function dir_exists(path) if type(path) ~= 'string' then error('input error') return false end... |