Download slt.py python script (supports multiple build) from this repository.
python slt.py <"sublime_text file path">
Download slt.py python script (supports multiple build) from this repository.
python slt.py <"sublime_text file path">
<?php | |
class AWSV4 { | |
private $accessKeyID = null; | |
private $secretAccessKey = null; | |
private $regionName = null; | |
private $serviceName = null; | |
private $httpMethodName = null; | |
private $canonicalURI = "/"; |
#!/bin/bash | |
set -e -u | |
export LANG=C | |
app_name=${0##*/} | |
arch=$(uname -m) | |
pkg_list="" | |
run_cmd="" |