Skip to content

Instantly share code, notes, and snippets.

@hayyi2
Last active September 11, 2021 04:44
Show Gist options
  • Select an option

  • Save hayyi2/29b01b5fd5dd0334ccff519b538d9f09 to your computer and use it in GitHub Desktop.

Select an option

Save hayyi2/29b01b5fd5dd0334ccff519b538d9f09 to your computer and use it in GitHub Desktop.
Snippet

Komputer

alias aenv=.env\Scripts\activate.bat
alias denv=.env\Scripts\deactivate.bat

alias cdq=d: && cd D:\Dev\Desktop\qlobot
alias cdql=d: && cd D:\Dev\Desktop\qlobot-launcher
alias cdf=d: && cd D:\Dev\Desktop\finarack-v2

alias runf=python main.py
alias runq=python src\main.py
alias runql=python -m qlobot

alias runqs=python src\main.py -s
alias runqls=python -m qlobot --silent

alias crunqs=cls && python src\main.py -s
alias crunqls=cls && python -m qlobot --silent

file index.php

<?php 

header('Location: public/');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment