This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash -e | |
### | |
### This script is a continuation of vadimkantorov/rdv.sh | |
### https://gist.github.com/vadimkantorov/c6942cc702cceec7ffb30a990c72df5e | |
### This script is a helper to notify you when a planning for inscription | |
### to the prefecture to get back your card. | |
### | |
# Set your phone number to get SMS (ie +336...) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// This file is a modified version of: | |
// https://github.com/TheCherno/Hazel | |
// Hazel/master/Hazel/src/Hazel/Debug/Instrumentor.h | |
// Copyright TheCherno. License Apache-2.0 | |
// For more details see: | |
// https://www.youtube.com/watch?v=xlAH4dbMVnU | |
#pragma once | |
#include <algorithm> |