note
This commit is contained in:
@@ -4,6 +4,9 @@ meta:
|
|||||||
Chris Arnold: [director]
|
Chris Arnold: [director]
|
||||||
questions:
|
questions:
|
||||||
recv:
|
recv:
|
||||||
|
- q: what kinda tests you done? what you like?
|
||||||
|
- q: how to debug an obscured database in prod+staging?
|
||||||
|
- q: how to build an exactly once 99.9999999999% durable queue
|
||||||
sent:
|
sent:
|
||||||
questions:
|
questions:
|
||||||
# ===== t1
|
# ===== t1
|
||||||
|
|||||||
12
sezzle-2022-11-03/mnt.sh
Normal file
12
sezzle-2022-11-03/mnt.sh
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
#! /bin/bash
|
||||||
|
|
||||||
|
test -f ./mnt/.bashrc || cp $HOME/.bashrc ./mnt/
|
||||||
|
test -f ./mnt/.vimrc || cp $HOME/.vimrc ./mnt/
|
||||||
|
|
||||||
|
docker run \
|
||||||
|
--rm \
|
||||||
|
-it \
|
||||||
|
--name interview \
|
||||||
|
-v "$PWD"/mnt:/root \
|
||||||
|
-w /root \
|
||||||
|
ubuntu:22.04
|
||||||
3
sezzle-2022-11-03/src/.env.sh
Normal file
3
sezzle-2022-11-03/src/.env.sh
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
#! /bin/bash
|
||||||
|
|
||||||
|
export PS1="\[\e[30;43m\].../${PWD##*/} $\[\e[m\] "
|
||||||
Reference in New Issue
Block a user