mirror of
https://github.com/khibino/haskell-relational-record.git
synced 2024-12-15 14:53:28 +03:00
8 lines
70 B
Bash
Executable File
8 lines
70 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -x
|
|
|
|
cat /proc/cpuinfo
|
|
sudo apt-get update
|
|
cabal update
|