Get the config.env file completely filled.
I use This docker-compose.yml file to build and start-up my Userge Workflow.
| #!/bin/bash | |
| # Split a JSON into multiple files. Uses jq. | |
| # Usage | |
| # ./split_json.sh /path/to/json/file | |
| file="$1" | |
| jq -cr 'keys[] as $k | "\($k)\t\(.[$k])"' "$file" | awk -F\\t '{ file=$1".json"; print $2 > file; close(file); }' |
| ffmpeg -ss <start_time> -i video.mp4 -t <duration> -q:v 2 -vf select="eq(pict_type\,PICT_TYPE_I)" -vsync 0 frame%03d.jpg |
Get the config.env file completely filled.
I use This docker-compose.yml file to build and start-up my Userge Workflow.
| #!/usr/bin/env bash | |
| # error codes | |
| # 0 - exited without problems | |
| # 1 - parameters not supported were used or some unexpected error occurred | |
| # 2 - OS not supported by this script | |
| # 3 - installed version of rclone is up to date | |
| # 4 - supported unzip tools are not available | |
| set -e |
As the Dockerfile defined WORKDIR /torapp, make sure you have /torapp folder in root with user write access.
If you use any other WORKDIR, please change the path mention from this method according to your needs.
I've uploaded 100 SA JSON files in "accounts" folder in a private repo. DO NOT UPLOAD them in a Public Repo.
| #!/usr/bin/env bash | |
| # | |
| # Copyright (c) 2020-2021 P3TERX <https://p3terx.com> | |
| # | |
| # https://github.com/P3TERX/ssh2actions | |
| # File name:ngrok2actions.sh | |
| # Description: Connect to Github Actions VM via SSH by using ngrok | |
| # Version: 2.0 | |
| # |
{
echo "will cite" | parallel --citation
} &>/dev/null
parallel --jobs 200% sudo rm -rf {} 2>/dev/null ::: ~/hostedtoolcache/*
brew update &>/dev/null
brew uninstall -q --force --zap --cask chromedriver firefox google-chrome julia microsoft-auto-update microsoft-edge session-manager-plugin r soundflower 2>/dev/null
brew uninstall -q --force --zap aliyun-cli ant aspell aws-sam-cli azure-cli bazelisk carthage composer fontconfig freetds freetype gcc@8 gd geckodriver gh gradle helm httpd hub jpeg libpq libtiff llvm maven mongodb-community mongodb-database-tools nginx node@14 openjdk packer php pipx postgresql [email protected] rustup-init selenium-server-standalone subversion tidy-html5 unixodbc webp switchaudio-osx sox go [email protected] 2>/dev/nullCommand:
curl https://git.io/ -i -F "url=https://github.com/YOUR_GITHUB_URL" -F "code=YOUR_CUSTOM_NAME"URLs that can be created is from:
https://github.com/*https://*.github.comhttps://*.github.com/*https://*.github.io| version: 2.1 | |
| jobs: | |
| build: | |
| docker: | |
| # Use this New Image for Starting things up | |
| - image: fr3akyphantom/droid-runner:latest # DO Not Change | |
| environment: # Use Double-Quotes to enclose the values | |
| MANIFEST_BRANCH: "android-10.0" | |
| #PBRP_BRANCH: "" | |
| #USE_SECRET_BOOTABLE: "true" |