Skip to content

Instantly share code, notes, and snippets.

@alunduil
Created May 23, 2020 16:33
Show Gist options
  • Save alunduil/dae68a6b3131f113a63ff998244aa2be to your computer and use it in GitHub Desktop.
Save alunduil/dae68a6b3131f113a63ff998244aa2be to your computer and use it in GitHub Desktop.
Script started on 2020-05-23 09:28:52-07:00 [TERM="screen-256color" TTY="/dev/pts/10" COLUMNS="294" LINES="70"]
alunduil@odin citybound % ls -l
total 21548
-rw-r--r-- 1 alunduil users 22095983 May 23 08:50 citybound-v0.1.2-822-g33769a7-linux.tar.gz
-rw-r--r-- 1 alunduil users 0 May 23 09:28 typescript
alunduil@odin citybound % tar -zxvf citybound-v0.1.2-822-g33769a7-linux.tar.gz
citybound-v0.1.2-822-g33769a7
alunduil@odin citybound % ./citybound-v0.1.2-822-g33769a7
zsh: no such file or directory: ./citybound-v0.1.2-822-g33769a7
alunduil@odin citybound % ls -l
total 56791
-rwxr-xr-x 1 alunduil users 108268892 Apr 15 00:43 citybound-v0.1.2-822-g33769a7
-rw-r--r-- 1 alunduil users 22095983 May 23 08:50 citybound-v0.1.2-822-g33769a7-linux.tar.gz
-rw-r--r-- 1 alunduil users 0 May 23 09:28 typescript
alunduil@odin citybound % ldd citybound-v0.1.2-822-g33769a7
linux-vdso.so.1 (0x00007ffd6dd35000)
libdl.so.2 => /nix/store/9hy6c2hv8lcwc6clnc1p2jf09cs5q9dp-glibc-2.30/lib/libdl.so.2 (0x00007fc1d2aad000)
librt.so.1 => /nix/store/9hy6c2hv8lcwc6clnc1p2jf09cs5q9dp-glibc-2.30/lib/librt.so.1 (0x00007fc1d2aa3000)
libpthread.so.0 => /nix/store/9hy6c2hv8lcwc6clnc1p2jf09cs5q9dp-glibc-2.30/lib/libpthread.so.0 (0x00007fc1d2a82000)
libgcc_s.so.1 => /nix/store/9hy6c2hv8lcwc6clnc1p2jf09cs5q9dp-glibc-2.30/lib/libgcc_s.so.1 (0x00007fc1d2a68000)
libc.so.6 => /nix/store/9hy6c2hv8lcwc6clnc1p2jf09cs5q9dp-glibc-2.30/lib/libc.so.6 (0x00007fc1d28a9000)
/lib64/ld-linux-x86-64.so.2 => /nix/store/9hy6c2hv8lcwc6clnc1p2jf09cs5q9dp-glibc-2.30/lib64/ld-linux-x86-64.so.2 (0x00007fc1d4508000)
libm.so.6 => /nix/store/9hy6c2hv8lcwc6clnc1p2jf09cs5q9dp-glibc-2.30/lib/libm.so.6 (0x00007fc1d2769000)
alunduil@odin citybound %
Script done on 2020-05-23 09:29:17-07:00 [COMMAND_EXIT_CODE="0"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment