List of pastes
:

无标题 (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...