[Redacted]
- main.kt
- methods.kt
- data.kt
Main is where I run the app. This is a threaded one. I wanted to know how to Implement in Kotling.
| # Install ARCH Linux with encrypted file-system and UEFI | |
| # The official installation guide (https://wiki.archlinux.org/index.php/Installation_Guide) contains a more verbose description. | |
| # Download the archiso image from https://www.archlinux.org/ | |
| # Copy to a usb-drive | |
| dd if=archlinux.img of=/dev/sdX bs=16M && sync # on linux | |
| # Boot from the usb. If the usb fails to boot, make sure that secure boot is disabled in the BIOS configuration. | |
| # Set swiss-french keymap |
I hereby claim:
To claim this, I am signing this object:
| #!/bin/sh | |
| STAGED_FILES=$(git diff --cached --name-only | grep ".rb\|.rake") | |
| if [[ "$STAGED_FILES" = "" ]]; then | |
| exit 0 | |
| fi | |
| PASS=true |