Skip to content

Instantly share code, notes, and snippets.

View shierro's full-sized avatar
🏠
Working from home

Theo shierro

🏠
Working from home
View GitHub Profile
@shierro
shierro / copy-all-files-with-exclude-list.sh
Created February 3, 2019 13:46
Bash - copy all files except a folder, anywhere/to a specific folder
cp -r `ls -A | grep -v "IGNORE_DIR"` DEST_DIR
@shierro
shierro / test.json
Last active November 9, 2023 16:06
{
"$jason": {
"title": "Territory Manager",
"theme": "#474747",
"body": {
"action": {
"trigger": "$default"
},
"sections": [{
"items": [{
{
"$jason": {
"title": "Territory Manager",
"theme": "#474747",
"body": {
"background": {
"type": "html",
"url": "https://app.territorymanager.tools",
"action": {
"type": "$default"
service: cb-backend-boilerplate-lambda
parameters:
region: ap-southeast-2
path: &path /
provider:
name: aws
runtime: nodejs12.x
stage: ${env:STAGE, 'staging'}
[
{
"id": 1,
"activePlacements": {
"total": 0,
"data": []
},
"address": {
"address1": "",
"address2": "",
[
{
"id": 1,
"title": "React.js Powertools!",
"status": "published",
"views": 200000,
"content": "#lorem ispum #react.js",
"publishedAt": "2021-01-11T14:16:51.850Z",
"createdAt": "2021-01-10T14:16:51.850Z",
"updatedAt": "2021-01-11T14:16:51.850Z"