diff options
Diffstat (limited to 'mkswitch.sh')
| -rwxr-xr-x | mkswitch.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mkswitch.sh b/mkswitch.sh new file mode 100755 index 0000000..5f53bb6 --- /dev/null +++ b/mkswitch.sh | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | #!/bin/bash | ||
| 2 | |||
| 3 | opam update --all | ||
| 4 | opam switch create ./ --repositories default --deps-only | ||