All New

user:thomas gists created by user

title:mygist gists with given title

filename:myfile.txt gists having files with given name

extension:yml gists having files with given extension

language:go gists having files with given language

topic:homelab gists with given topic

Register

Login


All New Register Login

All gists

Recently created
Least recently created
Recently updated
Least recently updated

mikemorris / docker-run-command.sh

0 likes
0 forks
1 files
Last active 3 hours ago
1 #!/bin/bash
2 chmod 777 /logs
3 ln -sf /opt/vendor /app/vendor
4 ln -sf /app/config/${CONFIG_FILE} /app/config/config.ini
5 /etc/init.d/php7.4-fpm start && apachectl
6 pm2-runtime start /opt/builder/ecosystem.config.cjs

mikemorris / portal-builder

0 likes
0 forks
6 files
Last active 3 hours ago
1 import chokidar from 'chokidar';
2 import fs from 'fs'
3 import fse from 'fs-extra';
4 import fg from 'fast-glob';
5 import postcss from 'postcss';
6 import tailwindcss from '@tailwindcss/postcss';
7 import autoprefixer from 'autoprefixer';
8
9 // ====================================================================
10 // |

mikemorris / colors.cmd

0 likes
0 forks
1 files
Last active 9 months ago
1 @echo off
2 cls
3 echo  STYLES 
4 echo ^<ESC^>[0m Reset
5 echo ^<ESC^>[1m Bold
6 echo ^<ESC^>[4m Underline
7 echo ^<ESC^>[7m Inverse
8 echo.
9 echo  NORMAL FOREGROUND COLORS 
10 echo ^<ESC^>[30m Black (black)
Newer Older

Powered by Opengist ⋅ Load: 54ms⋅

English
Čeština Deutsch English Español Français Magyar Italiano 日本語 Polski Português Русский Türkçe Українська 中文 繁體中文