def gist_main(msg, url_dir, git_repo, cmd_dir, source, cmd_bin): print styles.ColorFormat.BLUE + msg + styles.ColorFormat.RESET child = cmd_stat.gitclone(url_dir, git_repo, cmd_dir) if child != 0: return child child = cmd_stat.symlink(source, cmd_bin) return child
def setup(): child = cmd_stat.gitclone(url_dir, git_repo, cmd_dir) if child != 0: return child call('chmod 755 %s/modules/*' % cmd_dir, shell=True) call('chmod 755 %s/modules/fakeupdate/*' % cmd_dir, shell=True) call('chmod 755 %s/core/*' % cmd_dir, shell=True) child = cmd_stat.symlink(source, cmd_bin) return child
def app_dock(): dock_cat.cmd_cat(cmd_bin, '', '', cmd_src) cmd_stat.symlink(burp_jar, cmd_app) dock_cat.dock('others', icns_path, burp_jar)
def main(): print msg cmd_stat.symlink(source, cmd_app) dock_cat.dock('apps', '', cmd_app)
def main(): # should be fixed print styles.ColorFormat.BLUE + msg + styles.ColorFormat.RESET cmd_stat.symlink(source, cmd_bin)
def main(): print msg cmd_stat.symlink(source, cmd_app) dock_cat.dock("apps", "", cmd_app)